home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6382 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.clark.net!usenet
  2. From: yom@clark.net (yom)
  3. Newsgroups: comp.lang.c,gnu.gcc.help,comp.unix.programmer
  4. Subject: Re: Help for using bcopy function
  5. Date: 24 Feb 1996 13:26:21 GMT
  6. Organization: Your Organization
  7. Distribution: world
  8. Message-ID: <4gn3lt$sue@clarknet.clark.net>
  9. References: <4gl53u$4bv@kocrsv08.delcoelect.com>
  10. NNTP-Posting-Host: yom.clark.net
  11. Mime-Version: 1.0
  12. Content-Type: Text/Plain; charset=US-ASCII
  13. X-Newsreader: WinVN 0.99.7
  14.  
  15. It's defined in BSD library.  If this library does not exist on your
  16. UNIX platform, you can replace the call with memcpy function instead.
  17.  
  18. void *memcpy(char *destination,char *source,size_t length)
  19.  
  20. Song (yom@clark.net)
  21.  
  22. In article <4gl53u$4bv@kocrsv08.delcoelect.com>, 
  23. c2xjs2@mail.delcoelect.com says...
  24. >
  25. >
  26. >I use bcopy function in a client-server program, I get a error 
  27. >say bcopy is not declared, when I try to compile it on UNIX using
  28. >gcc. Can someone out there, tell me which libary file I should 
  29. >inclued to compile it. please e-mail me. thanks!
  30. >
  31. >
  32. >Jianli
  33. >-- 
  34. >Jianli Sun (317) 451-0446       Internet: c2xjs2@eng.delcoelect.com
  35. >Powertrain Software              
  36. >Delco Electronics Corporation
  37. >GMNET: 8-322-0446    Mail: CT40D  
  38.  
  39.